object-fit CSS property to really fit an image to a BOX

Sizing Items in CSS

Created: 2022-10-10


To really fit an image in the box
You can use

img {
    height: 100%;
    width: 100%;
    object fit: cover;
}

More values

  • contain
  • fill